找传奇、传世资源到传世资源站!

C#利用Interop.TaskScheduler.dll添加删除计划任务

8.5玩家评分(1人评分)
下载后可评
介绍 评论 失效链接反馈

【例子介绍】C#利用Interop.TaskScheduler.dll添加删除计划任务
C#利用Interop.TaskScheduler.dll添加删除计划任务,可实现程序随Windows系统自动启动; 项目用VS2017打开,需要.net 2.0支持,需要管理员权限;支持win7 win10;不支持xp。

【相关图片】

from clipboard

【源码结构】
文件清单
└── WindowsFormsApp2
    ├── WindowsFormsApp2
    │   ├── bin
    │   │   └── x86
    │   │       └── Debug
    │   │           ├── Interop.TaskScheduler.dll
    │   │           ├── WindowsFormsApp2.exe
    │   │           └── WindowsFormsApp2.pdb
    │   ├── Form1.cs
    │   ├── Form1.Designer.cs
    │   ├── Form1.resx
    │   ├── obj
    │   │   ├── Debug
    │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
    │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │   │   ├── TempPE
    │   │   │   ├── WindowsFormsApp2.csproj.CopyComplete
    │   │   │   ├── WindowsFormsApp2.csproj.CoreCompileInputs.cache
    │   │   │   ├── WindowsFormsApp2.csproj.FileListAbsolute.txt
    │   │   │   ├── WindowsFormsApp2.csproj.GenerateResource.cache
    │   │   │   ├── WindowsFormsApp2.exe
    │   │   │   ├── WindowsFormsApp2.Form1.resources
    │   │   │   ├── WindowsFormsApp2.pdb
    │   │   │   └── WindowsFormsApp2.Properties.Resources.resources
    │   │   └── x86
    │   │       └── Debug
    │   │           ├── DesignTimeResolveAssemblyReferences.cache
    │   │           ├── DesignTimeResolveAssemblyReferencesInput.cache
    │   │           ├── TempPE
    │   │           ├── WindowsFormsApp2.csproj.CopyComplete
    │   │           ├── WindowsFormsApp2.csproj.CoreCompileInputs.cache
    │   │           ├── WindowsFormsApp2.csproj.FileListAbsolute.txt
    │   │           ├── WindowsFormsApp2.csproj.GenerateResource.cache
    │   │           ├── WindowsFormsApp2.exe
    │   │           ├── WindowsFormsApp2.Form1.resources
    │   │           ├── WindowsFormsApp2.pdb
    │   │           └── WindowsFormsApp2.Properties.Resources.resources
    │   ├── Program.cs
    │   ├── Properties
    │   │   ├── app.manifest
    │   │   ├── AssemblyInfo.cs
    │   │   ├── Resources.Designer.cs
    │   │   ├── Resources.resx
    │   │   ├── Settings.Designer.cs
    │   │   └── Settings.settings
    │   └── WindowsFormsApp2.csproj
    └── WindowsFormsApp2.sln

12 directories, 35 files

评论

发表评论必须先登陆, 您可以 登陆 或者 注册新账号 !


在线咨询: 问题反馈
客服QQ:174666394

有问题请留言,看到后及时答复